home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_objc.idb / usr / freeware / include / objcrt / objc.h.z / objc.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  374 b   |  20 lines

  1.  
  2. /*
  3.  * Portable Object Compiler (c) 1997,98.  All Rights Reserved.
  4.  * $Id: objc.h,v 1.1.1.1 1999/03/22 21:48:43 stes Exp $
  5.  */
  6.  
  7. #ifndef __objch__
  8. #define __objch__
  9.  
  10. #include "objcrt.h"
  11. #ifndef __OBJECT_INCLUDED__
  12. #define __OBJECT_INCLUDED__
  13. #include "Object.h" /* Stepstone Object.h assumes #import */
  14. #endif
  15. #include "Block.h"
  16. #include "Message.h"
  17.  
  18. #endif /* __objch__ */
  19.  
  20.